home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / tfe_221.zip / RUNME.BAT < prev    next >
DOS Batch File  |  1991-04-29  |  2KB  |  41 lines

  1. echo off
  2. cls
  3. echo │ TelixFonEd (TFE) v2.21 -- copyright (c) 1988-1991 by Paul Roub
  4. echo │                           All Rights Reserved
  5. echo │
  6. echo │ This archive (or disk) contains seven files:
  7. echo │         tfe.exe      - TelixFonEd program
  8. echo │         tfe.reg      - TFE registration form
  9. echo │         runme.bat    - this batch file
  10. echo │         ask.com      - utility used by this batch file
  11. echo │         tfe_hist.doc - TFE revision history
  12. echo │         tfe.doc      - documentation for TFE
  13. echo │         whatis.tfe   - a brief description of TFE
  14. echo │
  15. echo │ TFE is a full-screen editor for Telix version 3.0 (and higher) FON files
  16. echo │ (dialing directories).  The syntax of TFE is:
  17. echo │
  18. echo │               tfe [?] [-v{n}] [-c{name}] [-h] [filename[.ext]]
  19. echo │
  20. echo │ If no filename is given, TELIX.FON is assumed.  The user interface is fairly
  21. echo │ self-explanatory, but I recommend that you print out and read the documen-
  22. echo │ tation.
  23. echo │
  24. echo │ If you do not wish to print out the documentation at this time, type 'n' now.
  25. echo │ Otherwise, set your printer to the top of the page, then press 'y'.
  26. ask │ »»»»» Print out the documentation now (y/n)?
  27. if not errorlevel 1 goto end
  28. cls
  29. echo Printing readthis.now
  30. copy readthis.now prn>nul
  31. echo Printing tfe.reg...
  32. copy tfe.reg prn>nul
  33. echo Printing tfe_hist.doc...
  34. copy tfe_hist.doc prn>nul
  35. echo Printing tfe.doc...
  36. copy tfe.doc prn>nul
  37. :end
  38. cls
  39. echo Thank you for using TFE!
  40.  
  41.